home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
cltsvr
/
rexec.dfm
/
rexec.txt
Wrap
Text File
|
1996-04-08
|
2KB
|
117 lines
object RExecFrm: TRExecFrm
Left = 197
Top = 139
Width = 521
Height = 461
Caption = 'REXEC'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Menu = MainMenu1
PixelsPerInch = 96
TextHeight = 16
object Label3: TLabel
Left = 40
Top = 24
Width = 47
Height = 16
Caption = 'Userid:'
end
object Label1: TLabel
Left = 224
Top = 24
Width = 74
Height = 16
Caption = 'IP Address:'
end
object Label2: TLabel
Left = 229
Top = 64
Width = 69
Height = 16
Caption = 'Command:'
end
object Label4: TLabel
Left = 19
Top = 64
Width = 68
Height = 16
Caption = 'Password:'
end
object efUserid: TEdit
Left = 96
Top = 20
Width = 113
Height = 25
TabOrder = 0
end
object efIPaddr: TEdit
Left = 304
Top = 20
Width = 177
Height = 25
TabOrder = 1
end
object efCommand: TEdit
Left = 304
Top = 60
Width = 177
Height = 25
TabOrder = 3
end
object efPassword: TEdit
Left = 96
Top = 60
Width = 113
Height = 25
PasswordChar = '*'
TabOrder = 2
end
object Memo1: TMemo
Left = 32
Top = 104
Width = 449
Height = 257
TabStop = False
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Fixedsys'
Font.Style = []
ParentFont = False
ScrollBars = ssBoth
TabOrder = 4
WordWrap = False
end
object pbRexec: TButton
Left = 212
Top = 384
Width = 89
Height = 25
Caption = 'REXEC'
Default = True
TabOrder = 5
OnClick = pbRexecClick
end
object Sockets1: TSockets
Left = 392
Top = 376
Width = 32
Height = 32
OnDataAvailable = Sockets1DataAvailable
OnSessionClosed = Sockets1SessionClosed
OnSessionConnected = Sockets1SessionConnected
end
object MainMenu1: TMainMenu
Left = 56
Top = 384
object File1: TMenuItem
Caption = '&File'
object Exit1: TMenuItem
Caption = '&Exit'
OnClick = Exit1Click
end
end
end
end